home *** CD-ROM | disk | FTP | other *** search
Text File | 1991-04-24 | 496 b | 26 lines | [TEXT/XFUR] |
- ; ftp script to get the newest version of xferit
- ;
- ; XferIt is ©1991 by Steven Falkenburg
- ;
- ; other script commands:
- ; ----------------------
- ;
- ; open <host> <userid> <password>
- ; close
- ; quit
- ; type text | binary | macbinary | binhex
- ; cd <remotename>
- ; cdup
- ; lcd <localdir>
- ; asklocaldir
- ; get <remotename> {localname}
- ; put <localname> {remotename}
- ; delete <remotename>
- ; mkdir <remotename>
-
- open mondo.engin.umich.edu anonymous guest
- cd /pub
- asklocaldir
- type binhex
- get XferIt.sea.hqx
- close